math/big.nat.bit (method)
5 uses
math/big (current package)
float.go#L433: rbit := z.mant.bit(r) & 1 // rounding bit; be safe and ensure it's a single bit
int.go#L1143: return t.bit(uint(i)) ^ 1
int.go#L1146: return x.abs.bit(uint(i))
nat.go#L779: func (x nat) bit(i uint) uint {
prime.go#L254: if s.bit(uint(i)) != 0 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |